func github.com/valyala/fastjson.parseValue
5 uses
github.com/valyala/fastjson (current package)
parser.go#L35: v, tail, err := parseValue(b2s(p.b), &p.c, 0)
parser.go#L101: func parseValue(s string, c *cache, depth int) (*Value, string, error) {
parser.go#L191: v, s, err = parseValue(s, c, depth)
parser.go#L250: kv.v, s, err = parseValue(s, c, depth)
scanner.go#L68: v, tail, err := parseValue(sc.s, &sc.c, 0)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)